Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config command #1355

Merged
merged 3 commits into from
Dec 11, 2016
Merged

config command #1355

merged 3 commits into from
Dec 11, 2016

Conversation

torusrxxx
Copy link
Member

@torusrxxx torusrxxx commented Dec 8, 2016

config

Get or set the configuration of x64dbg. It can also be used to load and store configuration specific to the script in the configuration file of x64dbg.

arguments

arg1: Section name of the INI file.

arg2: Key name of the INI file.

[arg3]: Optional new value of the configuration. If this argument is set to a number, it will be stored in the configuration file and $result is not updated. If this argument is not set, the current configuration will be read into $result.

results

This command sets $result to the current configuration number if arg3 is not set.


This change is Reviewable

@torusrxxx
Copy link
Member Author

Add a new button in attach dialog to find the process of a window.

@mrexodia mrexodia merged commit 694d94c into x64dbg:development Dec 11, 2016
@mrexodia
Copy link
Member

Thanks!

@torusrxxx
Copy link
Member Author

A fix is pushed immediately after this branch is merged to get "attach to hidden process" really working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants